const go/parser.maxNestLev

2 uses

	go/parser (current package)
		parser.go#L119: const maxNestLev int = 1e5
		parser.go#L123: 	if p.nestLev > maxNestLev {